home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / imlib201 / ublob.dfm / ublob.txt
Text File  |  1996-09-15  |  23KB  |  751 lines

  1. object Form1: TForm1
  2.   Left = 16
  3.   Top = 30
  4.   Width = 587
  5.   Height = 418
  6.   Caption = 'Uses JPSTAMP.DBF'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 13
  14.   object Gauge1: TGauge
  15.     Left = 306
  16.     Top = 8
  17.     Width = 22
  18.     Height = 19
  19.     Kind = gkPie
  20.     ShowText = False
  21.     BorderStyle = bsNone
  22.     ForeColor = clRed
  23.     BackColor = clBtnFace
  24.     Progress = 0
  25.   end
  26.   object Label1: TLabel
  27.     Left = 384
  28.     Top = 81
  29.     Width = 28
  30.     Height = 13
  31.     Caption = 'Width'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 384
  35.     Top = 103
  36.     Width = 31
  37.     Height = 13
  38.     Caption = 'Height'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 384
  42.     Top = 124
  43.     Width = 60
  44.     Height = 13
  45.     Caption = 'Bits per Pixel'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 384
  49.     Top = 147
  50.     Width = 32
  51.     Height = 13
  52.     Caption = 'Planes'
  53.   end
  54.   object Label5: TLabel
  55.     Left = 384
  56.     Top = 170
  57.     Width = 29
  58.     Height = 13
  59.     Caption = 'Colors'
  60.   end
  61.   object Label6: TLabel
  62.     Left = 384
  63.     Top = 190
  64.     Width = 68
  65.     Height = 13
  66.     Caption = 'Compression'
  67.   end
  68.   object Label7: TLabel
  69.     Left = 384
  70.     Top = 213
  71.     Width = 44
  72.     Height = 13
  73.     Caption = 'Blob Size'
  74.   end
  75.   object DBNavigator1: TDBNavigator
  76.     Left = 10
  77.     Top = 242
  78.     Width = 331
  79.     Height = 25
  80.     DataSource = DataSource1
  81.     TabOrder = 0
  82.   end
  83.   object TDBMultiImage1: TDBMultiImage
  84.     Left = 10
  85.     Top = 35
  86.     Width = 331
  87.     Height = 208
  88.     Hint = 'Double click to view picture'
  89.     JPegDither = 4
  90.     JPegResolution = 8
  91.     JPegSaveQuality = 25
  92.     JPegSaveSmooth = 0
  93.     UPdateBlobAsJpeg = False
  94.     DataField = 'BLOBIMAGE'
  95.     DataSource = DataSource1
  96.     TabOrder = 1
  97.   end
  98.   object AutodisplayCheckBox: TCheckBox
  99.     Left = 16
  100.     Top = 10
  101.     Width = 73
  102.     Height = 17
  103.     Caption = 'Autodisplay'
  104.     TabOrder = 2
  105.     OnClick = AutodisplayCheckBoxClick
  106.   end
  107.   object DBEdit1: TDBEdit
  108.     Left = 349
  109.     Top = 56
  110.     Width = 213
  111.     Height = 20
  112.     DataField = 'TEXT1'
  113.     DataSource = DataSource1
  114.     MaxLength = 0
  115.     TabOrder = 3
  116.   end
  117.   object StretchCheckBox: TCheckBox
  118.     Left = 94
  119.     Top = 10
  120.     Width = 61
  121.     Height = 17
  122.     Caption = 'Stretch it'
  123.     TabOrder = 4
  124.     OnClick = StretchCheckBoxClick
  125.   end
  126.   object GroupBox1: TGroupBox
  127.     Left = 348
  128.     Top = 260
  129.     Width = 97
  130.     Height = 123
  131.     Caption = 'Jpeg Resolution'
  132.     Color = clBtnFace
  133.     Font.Color = clMaroon
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ParentColor = False
  138.     ParentFont = False
  139.     TabOrder = 7
  140.     object RadioButton1: TRadioButton
  141.       Left = 8
  142.       Top = 20
  143.       Width = 80
  144.       Height = 17
  145.       Caption = '16 Colors'
  146.       Font.Color = clBlack
  147.       Font.Height = -11
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = []
  150.       ParentFont = False
  151.       TabOrder = 0
  152.       OnClick = ResolutionClick
  153.     end
  154.     object RadioButton2: TRadioButton
  155.       Left = 8
  156.       Top = 56
  157.       Width = 76
  158.       Height = 17
  159.       Caption = '256 Colors'
  160.       Checked = True
  161.       Font.Color = clBlack
  162.       Font.Height = -11
  163.       Font.Name = 'MS Sans Serif'
  164.       Font.Style = []
  165.       ParentFont = False
  166.       TabOrder = 1
  167.       TabStop = True
  168.       OnClick = ResolutionClick
  169.     end
  170.     object RadioButton3: TRadioButton
  171.       Left = 9
  172.       Top = 92
  173.       Width = 80
  174.       Height = 17
  175.       Hint = '(Should have true color VGA Card)'
  176.       Caption = 'True Color'
  177.       Font.Color = clBlack
  178.       Font.Height = -11
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = []
  181.       ParentFont = False
  182.       TabOrder = 2
  183.       OnClick = ResolutionClick
  184.     end
  185.   end
  186.   object CenterCheckBox: TCheckBox
  187.     Left = 164
  188.     Top = 8
  189.     Width = 73
  190.     Height = 19
  191.     Caption = 'Center it'
  192.     State = cbChecked
  193.     TabOrder = 8
  194.     OnClick = CenterCheckBoxClick
  195.   end
  196.   object Edit1: TEdit
  197.     Left = 349
  198.     Top = 35
  199.     Width = 213
  200.     Height = 20
  201.     Color = clFuchsia
  202.     Font.Color = clYellow
  203.     Font.Height = -11
  204.     Font.Name = 'MS Sans Serif'
  205.     Font.Style = []
  206.     ParentFont = False
  207.     ReadOnly = True
  208.     TabOrder = 12
  209.   end
  210.   object Edit2: TEdit
  211.     Left = 452
  212.     Top = 78
  213.     Width = 110
  214.     Height = 20
  215.     Color = clYellow
  216.     Font.Color = clNavy
  217.     Font.Height = -11
  218.     Font.Name = 'MS Sans Serif'
  219.     Font.Style = []
  220.     ParentFont = False
  221.     ReadOnly = True
  222.     TabOrder = 14
  223.   end
  224.   object Edit3: TEdit
  225.     Left = 452
  226.     Top = 100
  227.     Width = 110
  228.     Height = 20
  229.     Color = clYellow
  230.     Font.Color = clNavy
  231.     Font.Height = -11
  232.     Font.Name = 'MS Sans Serif'
  233.     Font.Style = []
  234.     ParentFont = False
  235.     ReadOnly = True
  236.     TabOrder = 15
  237.   end
  238.   object Edit4: TEdit
  239.     Left = 452
  240.     Top = 122
  241.     Width = 110
  242.     Height = 20
  243.     Color = clYellow
  244.     Font.Color = clNavy
  245.     Font.Height = -11
  246.     Font.Name = 'MS Sans Serif'
  247.     Font.Style = []
  248.     ParentFont = False
  249.     ReadOnly = True
  250.     TabOrder = 16
  251.   end
  252.   object Edit5: TEdit
  253.     Left = 452
  254.     Top = 144
  255.     Width = 110
  256.     Height = 20
  257.     Color = clYellow
  258.     Font.Color = clNavy
  259.     Font.Height = -11
  260.     Font.Name = 'MS Sans Serif'
  261.     Font.Style = []
  262.     ParentFont = False
  263.     ReadOnly = True
  264.     TabOrder = 17
  265.   end
  266.   object Edit6: TEdit
  267.     Left = 452
  268.     Top = 166
  269.     Width = 110
  270.     Height = 20
  271.     Color = clYellow
  272.     Font.Color = clNavy
  273.     Font.Height = -11
  274.     Font.Name = 'MS Sans Serif'
  275.     Font.Style = []
  276.     ParentFont = False
  277.     ReadOnly = True
  278.     TabOrder = 18
  279.   end
  280.   object Edit7: TEdit
  281.     Left = 452
  282.     Top = 188
  283.     Width = 110
  284.     Height = 20
  285.     Color = clYellow
  286.     Font.Color = clNavy
  287.     Font.Height = -11
  288.     Font.Name = 'MS Sans Serif'
  289.     Font.Style = []
  290.     ParentFont = False
  291.     ReadOnly = True
  292.     TabOrder = 19
  293.   end
  294.   object Edit8: TEdit
  295.     Left = 452
  296.     Top = 210
  297.     Width = 110
  298.     Height = 20
  299.     Color = clTeal
  300.     Font.Color = clAqua
  301.     Font.Height = -11
  302.     Font.Name = 'MS Sans Serif'
  303.     Font.Style = []
  304.     ParentFont = False
  305.     ReadOnly = True
  306.     TabOrder = 20
  307.   end
  308.   object GroupBox2: TGroupBox
  309.     Left = 451
  310.     Top = 260
  311.     Width = 112
  312.     Height = 54
  313.     Caption = 'Blob Update To'
  314.     Font.Color = clMaroon
  315.     Font.Height = -11
  316.     Font.Name = 'MS Sans Serif'
  317.     Font.Style = []
  318.     ParentFont = False
  319.     TabOrder = 21
  320.     object RadioButton4: TRadioButton
  321.       Left = 8
  322.       Top = 15
  323.       Width = 80
  324.       Height = 17
  325.       Caption = 'A Jpeg Blob'
  326.       Checked = True
  327.       Font.Color = clBlack
  328.       Font.Height = -11
  329.       Font.Name = 'MS Sans Serif'
  330.       Font.Style = []
  331.       ParentFont = False
  332.       TabOrder = 0
  333.       TabStop = True
  334.       OnClick = RadioButton4Click
  335.     end
  336.     object RadioButton5: TRadioButton
  337.       Left = 8
  338.       Top = 35
  339.       Width = 80
  340.       Height = 17
  341.       Caption = 'A BMP Blob'
  342.       Font.Color = clBlack
  343.       Font.Height = -11
  344.       Font.Name = 'MS Sans Serif'
  345.       Font.Style = []
  346.       ParentFont = False
  347.       TabOrder = 1
  348.       OnClick = RadioButton4Click
  349.     end
  350.   end
  351.   object GroupBox3: TGroupBox
  352.     Left = 452
  353.     Top = 314
  354.     Width = 112
  355.     Height = 69
  356.     Caption = 'Jpeg Update Options'
  357.     Font.Color = clMaroon
  358.     Font.Height = -11
  359.     Font.Name = 'MS Sans Serif'
  360.     Font.Style = []
  361.     ParentFont = False
  362.     TabOrder = 24
  363.     object Label8: TLabel
  364.       Left = 8
  365.       Top = 18
  366.       Width = 32
  367.       Height = 13
  368.       Caption = 'Quality'
  369.       Font.Color = clBlack
  370.       Font.Height = -11
  371.       Font.Name = 'MS Sans Serif'
  372.       Font.Style = []
  373.       ParentFont = False
  374.     end
  375.     object Label9: TLabel
  376.       Left = 8
  377.       Top = 44
  378.       Width = 36
  379.       Height = 13
  380.       Caption = 'Smooth'
  381.       Font.Color = clBlack
  382.       Font.Height = -11
  383.       Font.Name = 'MS Sans Serif'
  384.       Font.Style = []
  385.       ParentFont = False
  386.     end
  387.     object SpinEdit1: TSpinEdit
  388.       Left = 56
  389.       Top = 16
  390.       Width = 45
  391.       Height = 22
  392.       Hint = 'Jpg update quality factor (0..100)'
  393.       Color = clNavy
  394.       Font.Color = clYellow
  395.       Font.Height = -11
  396.       Font.Name = 'MS Sans Serif'
  397.       Font.Style = []
  398.       MaxValue = 100
  399.       MinValue = 0
  400.       ParentFont = False
  401.       ParentShowHint = False
  402.       ShowHint = True
  403.       TabOrder = 0
  404.